home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / fidlib70.lha / FileID_Library / include / clib / FileID_protos.h
C/C++ Source or Header  |  1995-02-06  |  615b  |  23 lines

  1. #ifndef CLIB_FILEID_PROTOS_H
  2. #define CLIB_FILEID_PROTOS_H
  3.  
  4. /*
  5. **    C prototypes for FileID.library, for use with 32 bit integers only.
  6. */
  7.  
  8. #ifndef     LIBRARIES_FILEID_IDDEFS_H
  9. #include <libraries/FileID_IDDefs.h>
  10. #endif   /* LIBRARIES_FILEID_IDDEFS_H */
  11. #ifndef  LIBRARIES_FILEID_H
  12. #include <libraries/FileID.h>
  13. #endif   /* LIBRARIES_FILEID_H */
  14.  
  15. APTR  FIAllocFileInfo (void);
  16. void  FIFreeFileInfo (struct FI_FileInfo *);
  17. void  FIIdentify (void *,struct FI_FileInfo *);
  18. LONG  FIIdentifyFromName (struct FI_FileInfo *, STRPTR);
  19. LONG  FIGetHighID (void);
  20. APTR  FIGetIDString (LONG);
  21.  
  22. #endif /* CLIB_FILEID_PROTOS_H */
  23.